home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / bencht.lha / BenchTrash / Türkçe / BenchTrash.cc < prev    next >
Text File  |  1995-09-04  |  8KB  |  308 lines

  1. ;*****************************************************************
  2. ;** This is the catalog constructor for BenchTrash 1.22         **
  3. ;**                                                             **
  4. ;** Since I do not own the CBM localizer tool, you MUST use my  **
  5. ;** private "CreateCatalog" program (same as for ViNCEd)        **
  6. ;**                                                             **
  7. ;*****************************************************************
  8. ;
  9. ;This script has a double function:
  10. ;It is first a shell script that must be executed to create the
  11. ;catalog.
  12. ;It contains secondly the localized versions of the benchtrash
  13. ;strings. This is possible due to the special syntax of the
  14. ;CreateCatalog tool.
  15. ;
  16. ;The only thing worth noting here is that all strings must be
  17. ;preceeded with an apostrophe (').
  18. ;Empty lines, lines starting with a blank or a semicolon
  19. ;character are comment-lines. They aren't seen by CreateCatalog.
  20. ;
  21. ;To create a catalog for your language, translate the strings below.
  22. ;They are currently taken from the german localization, but to
  23. ;give you some hint what they mean I added the original english
  24. ;strings plus some comments when they are displayed ON TOP of the
  25. ;german ones.
  26. ;
  27. ;If you wrote a catalog for BenchTrash, please compile it simply by
  28. ;EXECUTING this file, i.e. enter
  29. ;
  30. ;EXECUTE BenchTrash.cc
  31. ;
  32. ;The ready for use catalog will be appear in the ram disk.
  33. ;
  34. ;
  35. ;Greetings,
  36. ;       Thomas
  37. ;       
  38.  CreateCatalog BenchTrash.cc ram:BenchTrash.catalog türkçe 1 22
  39. ;                                                   ^^^^^^^
  40. ;                                               change this to the
  41. ;                                               name of your language
  42. ;       Tell EXECUTE to abort here...
  43.  quit
  44.  
  45. ;
  46. ;Cancel
  47. ;
  48. ;Generic cancel message, used if an error occured and BenchTrash has to
  49. ;stop the deletion.
  50. 'Boþver
  51.  
  52. ;O.K.|Cancel
  53. ;
  54. ;The buttons of the "Are you shure you want to delete..." requester.
  55. 'Tamam|Boþver
  56.  
  57. ;O.K.
  58. ;
  59. ;Generic O.K. button, used in the setup window.
  60. 'Tamam
  61.  
  62. ;Quit BenchTrash
  63. ;
  64. ;Quit button in the setup window
  65. 'Çýk
  66.  
  67. ;Can't find Trashcan icon.
  68. ;
  69. ;Benchtrash can't locate the icon you gave, or the SYS:Trashcan.info
  70. ;file is missing.
  71. 'Çöp kutusu ikonunu bulamadým.
  72.  
  73. ;Can't install BenchTrash.
  74. ;
  75. ;The runback code of BenchTrash failed for some reason
  76. 'BenchTrash çalýþtýrýlamýyor.
  77.  
  78. ;Volume lacks a trashcan.
  79. ;THIS TEXT IS NO LONGER USED BY 1.22 AND ABOVE!
  80. ;BenchTrash misses the trashcan to put the deleted files to.
  81. 'Diskin çöp kutusu yok.
  82.  
  83. ;Out of memory.
  84. ;
  85. ;Memory is missing.
  86. 'Yetersiz bellek.
  87.  
  88. ;Unable to lock %s - \
  89. ;Error %ld %s.
  90. ;An error message if a file can't be located. The "\" at the end
  91. ;of the line escapes the line break, i.e. puts a line break into
  92. ;the output string. The cryptic %s and %ld are replaces by the
  93. ;file name, the error code and the error string, respectively.
  94. ;Please note that only the first line has an apostrophe!
  95. ;
  96. 'Dosya %s - \
  97. Hata %lD %s.
  98.  
  99.  
  100. ;Unable to move icon %s - \
  101. ;Error %ld %s.
  102. ;
  103. ;An icon can't be moved to the trashcan for whatever reason.
  104. '%s ikonunu çöpe atamýyorum - \
  105. Hata %lD %s.
  106.  
  107. ;Unable to move icon %s - \
  108. ;Error %ld %s.
  109. ;
  110. ;A generic file can't be moved to the trashcan.
  111. '%s dosyasýný çöpe atamýyorum - \
  112. Hata %lD %s.
  113.  
  114. ;Unable to access\
  115. ;parent of %s - \
  116. ;Error %ld %s.
  117. ;
  118. ;The parent directory is not accessable, or missing, or worse...
  119. '%s dizininin üst\
  120. dizinine eriþemiyorum - \
  121. Hata %lD %s.
  122.  
  123.  
  124. ;Can't delete a volume.
  125. ;
  126. ;The user tried to delete a volume. This message is obsolete and
  127. ;no longer used.
  128. 'Disketi silemem.
  129.  
  130. ;Unable to delete object %s - \
  131. ;Error %ld %s.
  132. ;
  133. ;An object is delete or write protected and can't be removed
  134. ;for that reason.
  135. '%s dosyasýný silemiyorum - \
  136. Hata %lD %s.
  137.  
  138. ;Invalid icon %s - \
  139. ;Error %ld %s.
  140. ;
  141. ;The icon library failed to access an icon, or the icon is in fact
  142. ;a directory.
  143. 'Geçersiz ikon %s - \
  144. Hata %lD %s.
  145.  
  146. ;Directory %s too deep - \
  147. ;Error %ld %s.
  148. ;
  149. ;The recursion stack has been exceeded. The drawer that must be deleted
  150. ;is too deep in the filing system to be accessable by BenchTrash.
  151. 'Dizin %s çok derin - \
  152. Hata %lD %s.
  153.  
  154.  
  155. ;Warning: You cannot get back\
  156. ;what you delete! Ok to delete:\
  157. ;"%ld file(s) and\
  158. ;%ld drawer(s) (and their contents)?
  159. ;
  160. ;The standard safety requester. Would be nice to mimic the
  161. ;workbench requester here!
  162. ;
  163. 'Uyarý: Sildiðiniz dosyalarý geri\
  164. alamazsýnýz! Ýþlemi onaylayýn:\
  165. %lD dosya ve %lD dizin\
  166. (ve içlerindekiler) silinecek?
  167.  
  168. ;Auto-delete dropped icons :
  169. ;
  170. ;The label of the auto delete checkmark in the setup window.
  171. 'Çöpe atmak yerine sil :
  172.  
  173. ;Can't eject the volume "%s:".
  174. ;
  175. ;A proper EJECT tooltype/command is missing, and benchtrash does not
  176. ;know HOW to eject this volume. (Or it is impossible to eject it...)
  177. ;
  178. 'Disk "%s:" çýkarýlamýyor.
  179.  
  180. ;(Unkown volume)
  181. ;
  182. ;Used as volume name if the real name is not accessable.
  183. ;
  184. '(Bilinmeyen disk)
  185.  
  186. ;_Abort
  187. ;
  188. ;The label of the abort button in the progress bar. The character behind
  189. ;the underscore gets underlined.
  190. '_Durdur
  191.  
  192. ;A
  193. ;The keyboard shortcut used for abortion. This MUST be the same character
  194. ;that has been underlined in the string before.
  195. 'D
  196.  
  197. ;Preparing...
  198. ;
  199. ;The preparation process for deletion is running. BenchTrash counts the
  200. ;files and directories, and checks if all of them are deleteable.
  201. ;
  202. 'Hazýrlanýyorum...
  203.  
  204. ;Progress Bar :
  205. ;
  206. ;The label of the progress bar check box in the setup window.
  207. ;
  208. 'Ýþlem göstergesi :
  209.  
  210. ;%ld file(s) to go...
  211. ;
  212. ;The text in the bar itself, new to 1.11
  213. ;
  214. '%ld dosya kaldý...
  215.  
  216. ;--------------------- added these to 1.13 --------------------------------
  217.  
  218. ;Confirmation Requester :
  219. ;
  220. ;The last checkmark gadget in the selector screen. If checked, the
  221. ;confirmation requester (Are you sure...) is ENABLED. If this gadget
  222. ;is not checked, the files/directories are always deleted, without
  223. ;asking first.
  224. 'Silme için onay :
  225.  
  226.  
  227. ;--------------------- added these to 1.20 --------------------------------
  228.  
  229.  
  230. ;Can't launch the trashcan\
  231. ;cleaning process.
  232. ;
  233. ;BenchTrash failed to launch the process that is responsible for 
  234. ;cleaning all overaged data in the global trashcan directory.
  235. ;
  236. 'Çöp boþaltma iþlemini\
  237. baþlatamýyorum.
  238.  
  239. ;
  240. ;The next two are the labels of the two new buttons in the configuration
  241. ;window.
  242. ;
  243.  
  244. ;Global Trashcan :
  245. ;
  246. ;Enables the global trashcan feature, i.e. all erased data goes to a 
  247. ;global location, preferably the trashcan of your HD.
  248. ;
  249. 'Ortak çöp kutusu :
  250.  
  251. ;
  252. ;Copy First, Delete Later :
  253. ;
  254. ;The method how to move files to the trashcan. If enabled, they get copied
  255. ;first and deletion starts only if the copy process was sucessfull. This
  256. ;is safer, but requires up to twice the disk space.
  257. ;
  258. 'Önce kopyala, sonra sil :
  259.  
  260.  
  261. ;The following strings are new to 1.22:
  262.  
  263. ;
  264. ;Can't create new %s -
  265. ;Error %ld %s.
  266. ;
  267. ;This text is shown if BenchTrash failed to create a new
  268. ;trashcan if the volume is missing one. The first %s
  269. ;is substituted by "Trashcan".
  270. ;
  271. '%s oluþturamadým - \
  272. Hata %lD %s.
  273.  
  274. ;
  275. ;Volume lacks a trashcan.
  276. ;Ok to create one?
  277. ;
  278. ;BenchTrash found that the volume you'd like to
  279. ;trash files at does not have a trashcan and asks
  280. ;you if it should create one.
  281. ;
  282. 'Diskin çöp kutusu yok.\
  283. Bir tane oluþturayým mý?
  284.  
  285.  
  286. ;Sorry, can't launch clean up,
  287. ;no access to %s -
  288. ;Error %ld %s.
  289. ;
  290. ;The user selected "Cleanup Now!" in the BenchTrash
  291. ;window or using the CLI paramters, but BenchTrash
  292. ;did not get access to the Trashcan. It is maybe
  293. ;used by some other program or is open by the
  294. ;workbench or else...
  295. ;
  296. 'Çöp boþaltma iþlemini baþlatamadým,\
  297. %s 'ye eriþemiyorum.\
  298. Hata %lD %s.
  299.  
  300. ;Cleanup Now !
  301. ;
  302. ;The button in the window used to force a
  303. ;cleanup of the global trashcan.
  304. ;
  305. 'Çöpü boþalt!
  306.  
  307. ;That's all folks!
  308.